StreamStep<'value, 'error>Union
PackageAxial
A single step of a FlowStream`3: either the stream is exhausted, or it produced
one value plus a thunk that continues the stream.
Specification
Kind
Union
Members
4
Examples
0
IsNextSignature
this.IsNext
IsDoneSignature
this.IsDone
DoneSignature
Done
NextSignature
Next('value, unit -> Execution<StreamStep<'value, 'error>, 'error>)

